StructKeyExists(structure, key)


Returns TRUE if the specified key is in the specified structure and FALSE if it is not.

See also StructClear, StructDelete, StructFind, StructInsert, StructIsEmpty, StructCount, StructKeyArray, and StructUpdate.

structure

Structure to be tested.

key

Key to be tested.